home *** CD-ROM | disk | FTP | other *** search
/ Inside Magic / Inside Magic.iso / mac / Inside Magic™ / Inside Magic™.dxr / 02027.ls < prev    next >
Encoding:
Text File  |  1995-09-28  |  187 b   |  10 lines

  1. on mouseDown
  2.   global gMooVChan
  3.   if the movieRate of sprite gMooVChan = 0 then
  4.     puppetSound("creepyTrek")
  5.     updateStage()
  6.     SoundFinish()
  7.     play frame "AlpsBT-Rec"
  8.   end if
  9. end
  10.